home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / unixt~3h / unixtkit.arc / man.arc / CP.MAN < prev    next >
Text File  |  1988-03-28  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.         CP                    ST-UNIX User's Manual                    CP
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              cp - copy files
  10.  
  11.         FORMAT
  12.              cp [ -i ] [ -r ] filea fileb
  13.  
  14.              cp [ -i ] [ -r ] file ... directory
  15.  
  16.         DESCRIPTION
  17.              _✓C_✓p copies _✓F_✓i_✓l_✓e_✓a onto _✓f_✓i_✓l_✓e_✓b.
  18.  
  19.              The second form copies the _✓f_✓i_✓l_✓e into a _✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y.  The  ori-
  20.              ginal filenames are preserved.
  21.  
  22.              If an attempt is made to copy the file onto itself an  error
  23.              is printed.
  24.  
  25.         OPTIONS
  26.              -r   will cause any  directory  and  their  contents  to  be
  27.                   copied.  This  has  the effect of copying subtrees of a
  28.                   directory to another part of the file system.
  29.  
  30.              -i   a prompt is given for a copy of a file  onto  iself.  A
  31.                   reply of 'y' will cause the copy to take place.
  32.  
  33.              -    this permits the copying of filenames starting  with  a
  34.                   '-'.
  35.  
  36.         EXAMPLE
  37.              To copy the Adirectory  and  it's  contents  (including  any
  38.              sub-directories) to Bdirectory:
  39.  
  40.                   cp -r Adirectory Bdirectory
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 10/April/1987     1 March 1987                          1
  64.  
  65.  
  66.  
  67.